🎉 Release controller 0.14.0 and helm chart 0.17.0-rc.1 🎉 #546
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Release version 0.14.0 of the controller and a RC version of the helm chart,
0.17.0-rc.1
.Preview Features
This release includes a preview of
AgentEndpoint
support in the operator. As with other features until we hit a 1.0.0 release, the CRD forAgentEndpoint
is subject to change. We currently have initial support for HTTPS, TLS, and TCPAgentEndpoint
s. However, TLS Endpoint termination at edge is not currently supported. We hope to have this support soon.Notice
API Key Validation
The NGROK_API_KEY will now be validated when it first starts. This will cause the pod to enter a crash loop backoff if the API key is not valid. We believe this is a better user experience and brings the error to user attention faster than having to look through log messages.